libfdt: Remove no longer used code from fdt_node_offset_by_compatible()
authorDavid Gibson <[email protected]>
Mon, 18 Feb 2008 07:09:04 +0000 (18:09 +1100)
committerGerald Van Baren <[email protected]>
Wed, 19 Mar 2008 01:03:45 +0000 (21:03 -0400)
commit11abe45c48ec3485a6c1a5168ce8d79c3288adc1
treeaf96850de8fcf02952ce647e8f0921abac20b8d8
parentd0ccb9b140b472039732de102fc14597eedb14df
libfdt: Remove no longer used code from fdt_node_offset_by_compatible()

Since fdt_node_offset_by_compatible() was converted to the new
fdt_next_node() iterator, a chunk of initialization code became
redundant, but was not removed by oversight.  This patch cleans it up.

Signed-off-by: David Gibson <[email protected]>
libfdt/fdt_ro.c